home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Utilities Experience
/
The Utilities Experience - Volume 1.iso
/
software
/
graphics
/
a-g
/
fu
/
formulas
/
trigonomical1.form
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-12-21
|
173 b
|
27 lines
Trigonomical1
{
{
mirrorx
x1=-6.0
x2= 0.5
y1=-6.15
y2= 6.15
}
{
t=pixel
z=pixel
}
{
z=t
t=sin(z)
t=cos(t)
t=tan(t)
z=z+t
}
{
z>t
}
{
}
}